| Einhugur Word Plugin for Xojo |
|
Container.Paragraphs Method
Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements.
Parameters
Returns
- EinhugurWord.ParagraphIterator
Remarks
Usage:
for each it as Paragraph in doc.Pargraphs
next
Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.
See Also
Container Class